home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…tion Library 4 (Reseller) / Apple Ref. & Pres. Lib.v4.0.iso / 6-Apple⁄DEC Alliance / Solutions & Networking Guide / Macintosh Networking Guide / Macintosh Networking Guide / card_28425.txt < prev    next >
Text File  |  1990-04-17  |  22KB  |  919 lines

  1. -- card: 28425 from stack: in
  2. -- bmap block id: 2342
  3. -- flags: 0000
  4. -- background id: 28192
  5. -- name: Matrix
  6. ----- HyperTalk script -----
  7. on tt
  8.   set the visible of card btn "Ted Press Here" to not the visible of card btn "Ted Press Here"
  9. end tt
  10.  
  11. on OpenCard
  12.   GLOBAL SEL,fName,Help,sol,env,environments,envnum,solutions, solnum
  13.   put false into Help
  14.   hide background Button "Action"
  15.   --hide menubar
  16.   send mouseUp to card button "environments" --on card "Matrix"
  17.   --put "check the OpenCard script, JON" into msg
  18.   -- we should set the field environments to its proper type when we
  19.   -- leave this card rather than on open.  its v. distracting when
  20.   -- it blinks at you, JON.
  21.   put "Select an Environment" & return & "by clicking on its icon." into fld "Tell"
  22.   --get random(3)
  23.   --put item it of ("B,P,R") into env
  24.   --put env into fld "Sentence"
  25.   --put item it of ("b,f,n") into sol
  26.   --put sol after fld "Sentence"
  27.   --wait 15
  28.   --show bkgnd btn "Action"
  29. end Opencard
  30.  
  31. on closeCard
  32.   --‚Ä¢set environments up
  33.   global LH, TS,inc,margin,left, top, right, bottom--for locating
  34.   global hich, hiline, sel, fname--for tagging selected to deselect
  35.   global Help
  36.  
  37.   --‚Ä¢deselect
  38.   --DESELECT and Zero THE PREVIOUS SELECTION BEFORE SHOWING FIELD
  39.   --also hide previous field
  40.   if sel<>empty then
  41.     put sel into character hich of line hiline of field fName
  42.     put empty into sel
  43.   end if
  44.  
  45.   if fName<>empty then hide field fName
  46.   hide field prodholder
  47.   show field sentence
  48.  
  49.   --‚Ä¢SHOW FIELD SELECTED‚Ä¢
  50.   put "environments" into fName
  51.   show field fName
  52.  
  53.   --‚Ä¢INITIALIZE‚Ä¢
  54.   --initialize and set variables used by field just selected
  55.  
  56.   get the rect of field fName--this may vary with the field shown
  57.   put item 1 of it into left
  58.   put item 2 of it into top
  59.   put item 3 of it into right
  60.   put item 4 of it into bottom
  61.  
  62.   put the textHeight of field fName into LH
  63.   put 90 into TS--‚Ä¢length of character‚Ä¢
  64.   put the number of lines in field fName into inc
  65.   put 5 into margin
  66.   put empty into hich--put empty into select variables
  67.   put empty into hiline
  68.   put empty into sel
  69.   put empty into field "Sentence"
  70.   put empty into field "ProdHolder"
  71.   set the hilite of cd button "Environments" to false
  72.   set the hilite of cd button "Solutions" to false
  73.   set the hilite of cd button "Products" to false
  74.   hide cd button "Search..."
  75.   if Help is true then
  76.     put false into Help
  77.     hide field "Explainer"
  78.     set the hilite of button "Help" to false
  79.   end if
  80. end closeCard
  81.  
  82.  
  83.  
  84. -- part 60 (button)
  85. -- low flags: 00
  86. -- high flags: 4000
  87. -- rect: left=0 top=0 right=27 bottom=512
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: Title bar
  96.  
  97.  
  98. -- part 56 (field)
  99. -- low flags: 01
  100. -- high flags: 0000
  101. -- rect: left=0 top=0 right=25 bottom=245
  102. -- title width / last selected line: 0
  103. -- icon id / first selected line: 0 / 0
  104. -- text alignment: 1
  105. -- font id: 156
  106. -- text size: 18
  107. -- style flags: 2048
  108. -- line height: 24
  109. -- part name: Title
  110.  
  111.  
  112. -- part 7 (button)
  113. -- low flags: 00
  114. -- high flags: 2000
  115. -- rect: left=405 top=219 right=285 bottom=505
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Products
  124. ----- HyperTalk script -----
  125. on mouseEnter
  126.   put "Products Button" & return & "click to show products" into fld "Tell"
  127.   changeCurs 6069
  128. end mouseEnter
  129.  
  130. on mouseLeave
  131.   changeCurs 69
  132.   put empty into fld "Tell"
  133. end mouseLeave
  134.  
  135. On mouseDown
  136.   Global ClickSND
  137.   play ClickSND
  138. End mouseDown
  139.  
  140. on mouseUp
  141.   global LH,inc,left, top, right, bottom--for locating
  142.   global sel,hich,hiline,fName,product
  143.   set lockscreen to true
  144.   put empty into field sentence
  145.   hide field sentence
  146.   put empty into field prodholder
  147.   show field prodholder
  148.   set the hilite of me to true
  149.   set the hilite of cd button "Solutions" to false
  150.   set the hilite of cd button "Environments" to false
  151.   --‚Ä¢deselect
  152.   --DESELECT and Zero THE PREVIOUS SELECTION BEFORE SHOWING FIELD
  153.   if sel<>empty then
  154.     put sel into character hich of line hiline of field fName
  155.     put empty into sel
  156.   end if
  157.   if fName<>empty then hide field fName
  158.   --‚Ä¢SHOW FIELD SELECTED‚Ä¢
  159.   get the short name of the target
  160.   put it into fName
  161.   show field fName
  162.   --‚Ä¢INITIALIZE‚Ä¢
  163.   --initialize and set variables used by field just selected
  164.   get the rect of field fName--this may vary with the field shown
  165.   put item 1 of it into left
  166.   put item 2 of it into top
  167.   put item 3 of it into right
  168.   put item 4 of it into bottom
  169.   put the textHeight of field fName into LH
  170.   put the number of lines in field fName into inc
  171.   hide background button "Action"
  172.   show cd button "Search..."
  173.   unlock screen with dissolve fast
  174. end mouseUp
  175.  
  176.  
  177.  
  178. -- part 8 (button)
  179. -- low flags: 00
  180. -- high flags: 2000
  181. -- rect: left=10 top=54 right=97 bottom=105
  182. -- title width / last selected line: 0
  183. -- icon id / first selected line: 0 / 0
  184. -- text alignment: 1
  185. -- font id: 0
  186. -- text size: 12
  187. -- style flags: 0
  188. -- line height: 16
  189. -- part name: environments
  190. ----- HyperTalk script -----
  191. --‚Ä¢ HELP
  192. on mouseEnter
  193.   put "Environment Button" & return & "click to see environments" into fld "Tell"
  194.   changeCurs 6069
  195. end mouseEnter
  196.  
  197. on mouseLeave
  198.   changeCurs 69
  199.   put empty into fld "Tell"
  200. end mouseLeave
  201.  
  202. On mouseDown
  203.   Global ClickSND
  204.   play ClickSND
  205. End mouseDown
  206.  
  207. on mouseUp
  208.   --globals intialized for 1 of 3 fields
  209.   global LH, TS,inc,margin,left, top, right, bottom--for locating
  210.   global hich, hiline, sel, fname--for tagging selected to deselect
  211.   global Help
  212.   if Help then exit mouseUp
  213.   --‚Ä¢deselect
  214.   --DESELECT and Zero THE PREVIOUS SELECTION BEFORE SHOWING FIELD
  215.   --also hide previous field
  216.   set lockscreen to true
  217.   set the hilite of me to true
  218.   set the hilite of cd button "Solutions" to false
  219.   set the hilite of cd button "Products" to false
  220.   hide cd button "View Product Card"
  221.   hide cd button "Search..."
  222.   if sel<>empty then
  223.     put sel into character hich of line hiline of field fName
  224.     put empty into sel
  225.   end if
  226.   if fName<>empty then hide field fName
  227.   hide field prodholder
  228.   show field sentence
  229.   --‚Ä¢SHOW FIELD SELECTED‚Ä¢
  230.   get the short name of the target
  231.   put it into fName
  232.   show field fName
  233.   --‚Ä¢INITIALIZE‚Ä¢
  234.   --initialize and set variables used by field just selected
  235.   get the rect of field fName--this may vary with the field shown
  236.   put item 1 of it into left
  237.   put item 2 of it into top
  238.   put item 3 of it into right
  239.   put item 4 of it into bottom
  240.   put the textHeight of field fName into LH
  241.   put 90 into TS--‚Ä¢length of character‚Ä¢
  242.   put the number of lines in field fName into inc
  243.   put 5 into margin
  244.   put empty into hich--put empty into select variables
  245.   put empty into hiline
  246.   put empty into sel
  247.   unlock screen with dissolve fast
  248. end mouseUp
  249.  
  250.  
  251.  
  252. -- part 9 (button)
  253. -- low flags: 00
  254. -- high flags: 2000
  255. -- rect: left=10 top=132 right=175 bottom=105
  256. -- title width / last selected line: 0
  257. -- icon id / first selected line: 0 / 0
  258. -- text alignment: 1
  259. -- font id: 0
  260. -- text size: 12
  261. -- style flags: 0
  262. -- line height: 16
  263. -- part name: Solutions
  264. ----- HyperTalk script -----
  265. on mouseEnter
  266.   put "Show Solutions Button" & return & "click to see solutions" into fld "Tell"
  267.   changeCurs 6069
  268. end mouseEnter
  269.  
  270. on mouseLeave
  271.   changeCurs 69
  272.   put empty into fld "Tell"
  273. end mouseLeave
  274.  
  275. On mouseDown
  276.   Global ClickSND
  277.   play ClickSND
  278. End mouseDown
  279.  
  280. on mouseUp
  281.   --globals intialized for 1 of 3 fields
  282.   global LH, TS,inc,margin,left, top, right, bottom--for locating
  283.   global hich, hiline, sel, fname--for tagging selected to deselect
  284.   global Help
  285.   if Help then exit mouseUp
  286.   --‚Ä¢ This pumps the proper Chars into field according to Linked' list.
  287.   if the optionKey is "Down" then
  288.     put "bdfh" & return & "jlnt" & return & "x" & return into field solutions
  289.   end if
  290.   --‚Ä¢deselect
  291.   --DESELECT and Zero THE PREVIOUS SELECTION BEFORE SHOWING FIELD
  292.   set lockscreen to true
  293.   set the hilite of me to true
  294.   set the hilite of cd button "Environments" to false
  295.   set the hilite of cd button "Products" to false
  296.   hide cd btn "View Product Card"
  297.   hide cd button "Search..."
  298.   if sel<>empty then
  299.     put sel into character hich of line hiline of field fName
  300.     put empty into sel
  301.   end if
  302.   if fName<>empty then hide field fName
  303.   hide field prodholder
  304.   show field sentence
  305.   --‚Ä¢SHOW FIELD SELECTED‚Ä¢
  306.   get the short name of the target
  307.   put it into fName
  308.   show field fName
  309.   --‚Ä¢INITIALIZE‚Ä¢
  310.   --initialize and set variables used by field just selected
  311.   get the rect of field fName--this may vary with the field shown
  312.   put item 1 of it into left
  313.   put item 2 of it into top
  314.   put item 3 of it into right
  315.   put item 4 of it into bottom
  316.   put the textHeight of field fName into LH
  317.   put 90 into TS--‚Ä¢length of character‚Ä¢
  318.   put the number of lines in field fName into inc
  319.   put 5 into margin
  320.   put empty into hich--put empty into select variables
  321.   put empty into hiline
  322.   put empty into sel
  323.   unlock screen with dissolve fast
  324. end mouseUp
  325.  
  326.  
  327.  
  328. -- part 39 (button)
  329. -- low flags: 80
  330. -- high flags: A001
  331. -- rect: left=356 top=2 right=20 bottom=512
  332. -- title width / last selected line: 0
  333. -- icon id / first selected line: 0 / 0
  334. -- text alignment: 1
  335. -- font id: 0
  336. -- text size: 12
  337. -- style flags: 0
  338. -- line height: 16
  339. -- part name: Ted Press Here
  340. ----- HyperTalk script -----
  341. on mouseUp
  342.   set the visible of field "list" to not the visible of field "list"
  343.   set the locktext of field "list" to not the visible of field "list"
  344.   set the visible of cd field "To Ted" to not the visible of cd field "To Ted"
  345. end mouseUp
  346.  
  347.  
  348.  
  349. -- part 40 (field)
  350. -- low flags: 81
  351. -- high flags: 2007
  352. -- rect: left=300 top=36 right=196 bottom=512
  353. -- title width / last selected line: 0
  354. -- icon id / first selected line: 0 / 0
  355. -- text alignment: 0
  356. -- font id: 2
  357. -- text size: 10
  358. -- style flags: 0
  359. -- line height: 13
  360. -- part name: To Ted
  361.  
  362.  
  363. -- part 55 (button)
  364. -- low flags: 00
  365. -- high flags: 0000
  366. -- rect: left=427 top=303 right=342 bottom=469
  367. -- title width / last selected line: 0
  368. -- icon id / first selected line: 0 / 0
  369. -- text alignment: 1
  370. -- font id: 0
  371. -- text size: 12
  372. -- style flags: 0
  373. -- line height: 16
  374. -- part name: Mask
  375. ----- HyperTalk script -----
  376. on mouseEnter
  377.   put "Matrix Button" & return & "the current card" into fld "Tell"
  378. end mouseEnter
  379.  
  380. on mouseLeave
  381.   put empty into fld "Tell"
  382. end mouseLeave
  383.  
  384.  
  385. -- part 58 (button)
  386. -- low flags: 80
  387. -- high flags: C004
  388. -- rect: left=403 top=188 right=213 bottom=507
  389. -- title width / last selected line: 0
  390. -- icon id / first selected line: 0 / 0
  391. -- text alignment: 1
  392. -- font id: 0
  393. -- text size: 12
  394. -- style flags: 0
  395. -- line height: 16
  396. -- part name: Search...
  397. ----- HyperTalk script -----
  398. on mouseUp
  399.   global secondsearch
  400.   ask "Enter full or partial product name." with secondsearch
  401.   if it is not empty then
  402.     put it into secondsearch
  403.     find string secondsearch in fld "Products"
  404.   end if
  405. end mouseUp
  406.  
  407.  
  408. -- part 62 (button)
  409. -- low flags: 80
  410. -- high flags: 4000
  411. -- rect: left=121 top=104 right=124 bottom=491
  412. -- title width / last selected line: 0
  413. -- icon id / first selected line: 0 / 0
  414. -- text alignment: 1
  415. -- font id: 0
  416. -- text size: 12
  417. -- style flags: 0
  418. -- line height: 16
  419. -- part name: productsHiliter
  420.  
  421.  
  422. -- part 64 (button)
  423. -- low flags: 00
  424. -- high flags: 0000
  425. -- rect: left=500 top=157 right=169 bottom=512
  426. -- title width / last selected line: 0
  427. -- icon id / first selected line: 0 / 0
  428. -- text alignment: 1
  429. -- font id: 0
  430. -- text size: 12
  431. -- style flags: 0
  432. -- line height: 16
  433. -- part name: solutionsHiliter
  434.  
  435.  
  436. -- part 65 (button)
  437. -- low flags: 00
  438. -- high flags: 0000
  439. -- rect: left=500 top=81 right=93 bottom=512
  440. -- title width / last selected line: 0
  441. -- icon id / first selected line: 0 / 0
  442. -- text alignment: 1
  443. -- font id: 0
  444. -- text size: 12
  445. -- style flags: 0
  446. -- line height: 16
  447. -- part name: environmentsHiliter
  448.  
  449.  
  450. -- part 66 (button)
  451. -- low flags: 80
  452. -- high flags: C004
  453. -- rect: left=263 top=188 right=213 bottom=397
  454. -- title width / last selected line: 0
  455. -- icon id / first selected line: 0 / 0
  456. -- text alignment: 1
  457. -- font id: 0
  458. -- text size: 12
  459. -- style flags: 0
  460. -- line height: 16
  461. -- part name: View Product Card
  462. ----- HyperTalk script -----
  463. on mouseEnter
  464.   put "Product Card Button" & return & "click to see product below" into fld "Tell"
  465.   changeCurs 6069
  466. end mouseEnter
  467.  
  468. on mouseLeave
  469.   changeCurs 69
  470.   put empty into fld "Tell"
  471. end mouseLeave
  472.  
  473. on mouseUp
  474.   put char 1 to 26 of bkgnd fld prodHolder into product
  475.   push card
  476.   set lockscreen to true
  477.   set hilite of cd button "Environments" to false
  478.   set hilite of cd button "Solutions" to false
  479.   set hilite of cd button "Products" to false
  480.   go to card product of stack "Products"
  481. end mouseUp
  482.  
  483. On mouseDown
  484.   Global ClickSND
  485.   play ClickSND
  486. End mouseDown
  487.  
  488.  
  489.  
  490.  
  491. -- part contents for background part 4
  492. ----- text -----
  493. BDPR
  494. HNL
  495.  
  496.  
  497. -- part contents for background part 7
  498. ----- text -----
  499. Digital
  500. Digital
  501. IBM
  502. IBM
  503. HP
  504. HP
  505. Tandem
  506. Tandem
  507. Prime
  508. Prime
  509. Wang
  510. Wang
  511. Unix
  512. Unix
  513. Mac
  514. Mac
  515. PC
  516. PC
  517. OS/2
  518. OS/2
  519. Sun
  520. Sun
  521. Apollo
  522. Apollo
  523. Communications
  524. Communications
  525. Publishing
  526. Publishing
  527. Engineering/CAD
  528. Engineering/CAD
  529. Business
  530. Business
  531. Info Management
  532. Info Management
  533. Software Development
  534. Software Development
  535. Office Productivity
  536. Office Productivity
  537. Print
  538. Print
  539. File
  540. File
  541. Hardware
  542. Hardware
  543. Mail
  544. Mail
  545. Network Services
  546. Network Services
  547. Terminal Emulation
  548. Terminal Emulation
  549.  
  550.  
  551.  
  552.  
  553. -- part contents for background part 12
  554. ----- text -----
  555. Click a Presentation to see its PICTs. To install your own PICTs, place them into the FOLDER with the same name as the Presentation you want them to be in. 'Update' the Presentation selected to list all available PICTs.
  556.  
  557. -- part contents for card part 40
  558. ----- text -----
  559. Ted,
  560. The env and sol in the bkgd field "list" at right are accessesed by the  "Action" button (it use to be the "go to room button").  The script takes the first word of the sentance field  which is the env and finds its corollary in field "list" it does the same with the sol.  As you remember, each env and sol icons is actually a single char in a font Jonathan made.  Each env and sol char is matched with its long name in field "list" by getting the ASCII number of the env or sol char , then subtracting an offset, and then using this number as its line number in field list.  The code is in equation form in button "Action"
  561.  
  562. -- part contents for background part 5
  563. ----- text -----
  564. bdfj
  565. lnxt
  566.  
  567.  
  568. -- part contents for card part 56
  569. ----- text -----
  570. Interoperability  Matrix
  571.  
  572. -- part contents for background part 6
  573. ----- text -----
  574. 20/20
  575. 20/20 All-In-1 Interface
  576. 20/20 Database Connection
  577. 3+Open For Macintosh
  578. 3270 Doradus Solution  Version 1.09
  579. 4th DIMENSION
  580. A/UX 2.0
  581. AcKNOWLEDGE  
  582. ACTINET II ARCTalk Interface Card
  583. ACTINET SE ARCTalk Interface Card
  584. ACTINET SE/30 ARCTalk Interface Card
  585. ADOBE ILLUSTRATOR
  586. ADOBE PHOTOSHOP
  587. ADOBE STREAMLINE   
  588. Aldus FreeHand 2.0
  589. Aldus PageMaker
  590. Aldus PageMaker/PC
  591. Aldus Persuasion
  592. Aldus PrePrint
  593. AlisaMail
  594. AlisaTalk
  595. Apple 3270 API
  596. Apple Coax/Twinax Card
  597. Apple Data Modem 2400
  598. Apple EtherTalk NB Card
  599. Apple FDHD Internal Drive
  600. Apple File Exchange (AFE)
  601. Apple PC 5.25 Drive
  602. Apple Personal Modem
  603. Apple Serial NB Card
  604. AppleShare File Server 2.0
  605. AppleShare PC, version 2.0.1
  606. AppleShare Print Server 2.0
  607. AppleShare Workstation Installer
  608. AppleTalk for VMS v. 3.0
  609. AppleTalk Internet Router
  610. ATLAS*MapMaker‚Ñ¢ Version 4.0
  611. atONCE!
  612. auraCAD/CAM
  613. AutoCAD  SCO-XENIX¬Æ 86 version 2.3 or 
  614. AutoCAD  VAX/VMS
  615. AutoCAD -OS/2 with Presentation Manage
  616. AutoCAD -PC-DOS/MS-DOS version 3.3 or 
  617. AutoCAD -WANG PC
  618. AutoCAD for the Macintosh
  619. Backmatic v1.1
  620. Claris CAD
  621. ClearAccess
  622. ClipShare  1.01
  623. CommCard
  624. ComTalk 
  625. Connections 1.0P
  626. Connections 1.0P/Scheduling
  627. CTCBridge-Mac 3.50
  628. CTCBridge-Mac Gateway 1.01
  629. Current Loop Converter (CLC)
  630. Data Access Language  Developers Toolk
  631. Data Access Language (MVS/TSO Server)
  632. Data Access Language VAX/VMS Server
  633. Data Access Language VM/CMS Server
  634. Datakit II VCS 
  635. DB2
  636. dBASE IV PC
  637. dBASE Mac
  638. DBF-Access‚Ñ¢ Tools for HyperCard 1.0
  639. DEC LanWORKS for Macintosh
  640. DECdecision, Version 1.0
  641. DECwrite for VMS, Version 1.0
  642. DocuComp¬Æ 1.5
  643. DOS Connect
  644. DOS Dial-In
  645. Du Pont
  646. 10BaseT Networking System
  647. Du Pont
  648. Fiber-Optic LAN for AppleTalk 
  649. Du Pont
  650. Local and Remote Repeaters
  651. Du Pont
  652. Multimedia Ethernet System
  653. Du Pont
  654. Token Ring Media System
  655. Du Pont
  656. Token Ring Transceivers (TRT)
  657. Du Pont 
  658. 10BaseT Transceiver
  659. Du Pont  Ethernet Local Bridge Module 
  660. Du Pont  Fiber Optic Inter-Repeater Li
  661. Du Pont  Portable Ethernet Transceiver
  662. Ether+
  663. Ether2
  664. EtherGate
  665. ETHERLINK NB
  666. ETHERLINK/SE
  667. EtherPeek ‚Ñ¢
  668. EtherPort II
  669. EtherPort IIL
  670. EtherPort IIL from Kinetics
  671. EtherPort SE
  672. EtherPort SE/30
  673. EtherPort SE/30L
  674. EtherPort SE/30L from Kinetics
  675. EtherPort SEL
  676. EtherPort SEL from Kinetics
  677. Exstatix‚Ñ¢
  678. FARALLON PORTABLE PACK
  679. FastPath 4 Gateway
  680. FAXGATE‚Ñ¢ 
  681. FileMaker Pro
  682. FlexFAX‚Ñ¢
  683. FOUNDATION CBT
  684. FOUNDATION GRAPHICS TOOLBOX
  685. FOUNDATION VISTA  
  686. FOUNDATION VISTA TRANSLATOR
  687. FoxBASE+/Mac 2.0
  688. FoxBASE+/Mac Multi-User
  689. FoxBASE+/PC
  690. FRONT DESK
  691. Full Impact
  692. Full Impact (w/ Host Access)
  693. FullWrite Professional
  694. GatorBox 
  695. GatorMail-Q 
  696. GatorShare 
  697. GQL/Admin V2.0
  698. GQL/Design V2.0
  699. GQL/User V2.0
  700. Grappler LX
  701. ICP
  702. InBox 3.0
  703. InBox 3.0/PC
  704. InBox Plus 
  705. InBox Plus /PC
  706. Ingres
  707. INSIGHT
  708. Interleaf Publisher /VAX
  709. Interleaf Publisher for the Macintosh 
  710. Interleaf Publisher/PC
  711. IPGate
  712. KaleidaGraph 2.1
  713. LAN WorkPlace for Macintosh
  714. Language Systems FORTRAN 2.0
  715. LanWay TR 16/4 Family
  716. LattisNet Model 1000 Premises Concentr
  717. LattisNet Model 1010 Department Concen
  718. LattisNet Model 213 AUI Network Manage
  719. LattisNet Model 218-ST Fiber Optic Net
  720. LattisNet Model 2510 Retiming Workgrou
  721. LattisNet Model 2530 AUI/UTP Workgroup
  722. LattisNet Model 2600 Thin Net Adapter
  723. LattisNet Model 3000 Premises Concentr
  724. LattisNet Model 3030 Department Concen
  725. LattisNet Model 3313M AUI Network Mana
  726. LattisNet Model 3314M-ST Fiber Optic N
  727. LattisNet Model 3320 Ethernet Local Br
  728. LattisNet Model 3323 AUI Ethernet Loca
  729. LattisNet Model 3324-ST Fiber Optic Et
  730. LattisNet Model 633M Network Managemen
  731. LocalTalk PC Card
  732. Lotus 1-2-3   2.2
  733. Lotus 1-2-3   3.0
  734. Lotus 1-2-3/G
  735. Lotus Freelance Plus 3.01
  736. Lotus Graphwriter II
  737. Lotus Manuscript 2.1
  738. Lotus Symphony 2.2
  739. MAC MENLO
  740. Mac To MacBinary¬©
  741. Mac2000
  742. MAC286
  743. Mac86
  744. MacAPPC
  745. MacBinary To Mac¬©
  746. MacBRAVO! DETAILER
  747. MacBRAVO! ELECTRONICS DESIGNER
  748. MacBRAVO! FACILITIES
  749. MacBRAVO! MODELER
  750. MacDFT 1.1
  751. MacDraw II
  752. Macintosh Communications Toolbox v 1.0
  753. MAcKNOWLEDGE  
  754. MacMainFrame Coax Gateway     Version:
  755. MacMainFrame Coax Workstation      Ver
  756. MacMainFrame DX           Version: 3.2
  757. MacMainFrame Graphics     Version: 3.2
  758. MacMainFrame SDLC Gateway     Version:
  759. MacMainFrame SDLC Workstation    
  760. Vers
  761. MacMainFrame Token Ring Gateway   Vers
  762. MacMainFrame Token Ring Workstation   
  763. MacNIX 3.2 
  764. MacPROFF‚Ñ¢ version 1.2
  765. MacPROFF Version: 1.1
  766. MacProject II
  767. MacRAF
  768. MacRAF/VAX
  769. MacTCP
  770. MacTerminal v 3.0
  771. MacTokenTM
  772. MacToPic‚Ñ¢
  773. MacWorkStation
  774. MacWrite II
  775. MacX
  776. MacX25 Programming Library
  777. MacX25 Server Software
  778. MailMate
  779. Makeasy 2.1 
  780. MarcoPolo 1.0
  781. MarkUp 1.02
  782. Masquerade
  783. Mathematica For 386 MS-DOS Systems
  784. Mathematica For DEC VAX and RISC-based
  785. Mathematica For Macintosh
  786. MAX
  787. MaxNotes
  788. MaxWay 500 Family
  789. MENLOCOM
  790. Meridan 1 (SL-1 and SL-100)
  791. Meridan LANSTAR AppleTalk Local Area N
  792. Meridan SL-100
  793. Meridian 1/SL-1 RS232 Interface Line C
  794. Meridian 1/SL-100 Asynchronous Interfa
  795. Meridian 1/SL-100 Data Line Card 
  796. Meridian 1/SL-100 Data Unit
  797. Meridian SL-1 RS232 Line Card or Merid
  798. MicroPhone II version 3.0 
  799. Microsoft Excel 2.2 
  800. Microsoft Excel 2.2  (w/ Host access)
  801. Microsoft Excel/PC
  802. Microsoft Mail 2.0 (Macintosh Client)
  803. Microsoft Mail 2.0 (PC Client)
  804. Microsoft Mail 2.0 (Server)
  805. Microsoft Word 5.0/PC
  806. Microsoft Word/Macintosh
  807. MicroStation 32
  808. MicroStation Mac 3.5.1
  809. MicroStation PC
  810. MitemView 1.0
  811. MSC/pal 2 V3.5  
  812. MSC/pal 2 V3.5  
  813. MultiClip  2.0
  814. MultiConnect Modular Multiport Repeate
  815. MultiGate 2000
  816. MultiGate Access
  817. MultiGate Mac
  818. MultiGate Manager
  819. MultiMate 4.0
  820. MultiUser Helix  
  821. MWS Dialog Builder
  822. MWS Event Handler
  823. NATURAL CONNECTION‚Ñ¢ Version 1.1.1
  824. NetBridge
  825. NETBuilder BridgesIB/2000 and IB/3000
  826. NetMap
  827. NetMinder‚Ñ¢ Ethernet
  828. NetModem V.32
  829. NetModem V2400
  830. NetSerial
  831. NetShare 1.0
  832. Netway 1000 
  833. Netway 2000
  834. NETWORK MANAGER‚ÄôS PACK
  835. NEXPERT OBJECT 1.1.1
  836. Novell NetWare
  837. Omnis 5
  838. Omnis 5/PC
  839. Oracle for A/UX v. 5.1.22
  840. Oracle for Macintosh
  841. PacerGraph
  842. PacerLink
  843. PacerPost
  844. PacerPrint
  845. PacerShare
  846. PacerTOPS
  847. Personal Phone v1.1  
  848. PHONENET CARD
  849. PHONENET CARD
  850. PHONENET CONNECTOR
  851. PHONENET REPEATER
  852. PHONENET STAR CONTROLLER SERIES 300
  853. PHONENET STARCONNECTOR
  854. PHONENET SYSTEM EN
  855. PHOTOLINK‚Ñ¢ for LocalTalk‚Ñ¢
  856. PICTure This‚Ñ¢
  857. Version 1.0.3
  858. PIXymbols‚Ñ¢
  859. PROFS
  860. ProModem 2400M/ProModem 2400 Plus  
  861. ProModem 2400Maxfax
  862. ProModem 2400MII
  863. ProModem 2400Mini
  864. ProModem 2400Minifax
  865. ProModem 2400SE
  866. ProModem 9600M Plus
  867. PServe 3.0
  868. PSN, version 2.0
  869. QuarkXPress 3.0
  870. Read-It! OCR FOR ANY SCANNER (PC Versi
  871. Read-It! OCR FOR ANY SCANNER 2.1
  872. Read-It! OCR PERSONAL (PC Version) 1.1
  873. Read-It! OCR PERSONAL 2.1
  874. Send Express‚Ñ¢ 1.0
  875. SequeLink (2.1)
  876. SmartForm Series
  877. SPOOL AT
  878. SYBASE®
  879. SyncRouter
  880. TCPort Version 2.0
  881. TeleBridge
  882. Term-Plus©
  883. TIMBUKTU
  884. TIMBUKTU/REMOTE
  885. TokenTalk NB Card
  886. Tops FlashBox
  887. Tops FlashCard
  888. TOPS NetPrint
  889. TOPS Network Bundle for DOS v.3.0
  890. TOPS Network Bundle for DOS v3.0      
  891. TOPS Network Bundle for Macintosh v3.0
  892. TOPS Repeater
  893. Tops Teleconnector
  894. TOPS/Sun 
  895. TravelModem
  896. TSSnet
  897. uShare, version 2.04
  898. VAX FORTRAN
  899. VAX Rdb/VMS with SQL Services
  900. VAX Rdb/VMS, Version 3.1
  901. VersaCAD/386
  902. VersaCAD/Macintosh Edition 2.2
  903. VersaTerm  & VersaTerm-PRO    
  904. VideoPaint  1.0
  905.  
  906. Vivid Presentation Graphics
  907. Wingz
  908. Wingz (w/ Host Access)
  909. WordPerfect 5.0 for the VAX/VMS
  910. WordPerfect 5.0 for UNIX Systems
  911. WordPerfect 5.1 for the PC
  912. WordPerfect for the Macintosh 1.0.4:
  913. xFer 1.1
  914.  
  915.  
  916. -- part contents for background part 40
  917. ----- text -----
  918. Go To Choice Button
  919.  click to go see products